home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / OS2 / PMCOM109.ARJ / PLANE.SCR < prev    next >
Text File  |  1991-09-04  |  263b  |  12 lines

  1. wait_for("first name");
  2. puts("\n");
  3. /* enter your first name before the \n*/
  4. wait_for("last name");
  5. puts("\n");
  6. /* enter your last name before the \n*/
  7. wait_for("password");
  8. puts("\n");
  9. /* enter your pass word before the \n*/
  10. sleep(3000);
  11. puts("\n");
  12.